Creates a new project.
@param args: The command line parameters.
As listed under cchrrrd.py new_project -h the following command line parameters are accepted by new_project.
name: The name of the project.
project_dir: The path to the top level directory for the BJSConvert output.
cores: The number of cores the system has available to use. Default: 4
verbose: A debug option to set debug logging to verbose. Default: False
host: Name of database host to connect to. Default: localhost.
port: TCP port of MySQL server. Default: standard port (3306).
db_stand_name: Name of standardized database. Default: project name
db_stand_user: The user to authenticate as. Default: root.
db_stand_pass: The password to authenticate with. Default: pass.
db_recid_name: Name of recidivism database. Default: **project name**_recid
db_recid_user: The user to authenticate as. Default: root.
db_recid_pass: The password to authenticate with. Default: pass.